home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SMSACCINFO / TDLG_SMSACCINFO.txt
Text File  |  2002-07-04  |  2KB  |  102 lines

  1. object Dlg_SMSAccInfo: TDlg_SMSAccInfo
  2.   Left = 372
  3.   Top = 266
  4.   BorderStyle = bsDialog
  5.   Caption = 'SMS Account'
  6.   ClientHeight = 150
  7.   ClientWidth = 250
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 233
  23.     Height = 105
  24.     Caption = 'SMS Account Information'
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 12
  28.       Top = 76
  29.       Width = 68
  30.       Height = 13
  31.       Alignment = taRightJustify
  32.       Caption = '&Sender Name:'
  33.       FocusControl = E_SenderName
  34.     end
  35.     object Label2: TLabel
  36.       Left = 6
  37.       Top = 28
  38.       Width = 74
  39.       Height = 13
  40.       Alignment = taRightJustify
  41.       Caption = 'Phone &Number:'
  42.       FocusControl = E_PhoneNumber
  43.     end
  44.     object Label3: TLabel
  45.       Left = 31
  46.       Top = 52
  47.       Width = 49
  48.       Height = 13
  49.       Alignment = taRightJustify
  50.       Caption = '&Password:'
  51.       FocusControl = E_Password
  52.     end
  53.     object E_SenderName: TEdit
  54.       Left = 88
  55.       Top = 72
  56.       Width = 121
  57.       Height = 21
  58.       TabOrder = 2
  59.     end
  60.     object E_Password: TEdit
  61.       Left = 88
  62.       Top = 48
  63.       Width = 121
  64.       Height = 21
  65.       PasswordChar = '*'
  66.       TabOrder = 1
  67.     end
  68.     object E_PhoneNumber: TEdit
  69.       Left = 88
  70.       Top = 24
  71.       Width = 121
  72.       Height = 21
  73.       TabOrder = 0
  74.     end
  75.   end
  76.   object btnOK: TButton
  77.     Left = 88
  78.     Top = 120
  79.     Width = 75
  80.     Height = 25
  81.     Caption = '&OK'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.   end
  86.   object btnCancel: TButton
  87.     Left = 168
  88.     Top = 120
  89.     Width = 75
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = '&Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 2
  95.   end
  96.   object Language: TLanguage
  97.     LangCenter = DM_Language.LangCenter
  98.     Left = 32
  99.     Top = 120
  100.   end
  101. end
  102.